Page rankを非表示にする
見ない数値は非表示にしたい
存在意義が不明mrsekut.icon
code:style.css
#page-info-menu + ul > li:nth-child(7) {
display: none;
}